projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2407671
)
libxl: IDL: s/anonynous/anonymous/
author
Ian Campbell
<ian.campbell@citrix.com>
Thu, 14 Jul 2011 12:22:36 +0000
(13:22 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 14 Jul 2011 12:22:36 +0000
(13:22 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxl/gentypes.py
patch
|
blob
|
history
diff --git
a/tools/libxl/gentypes.py
b/tools/libxl/gentypes.py
index c9a3d9c2f9a16c48707ec9a85a15fab9d53d7c44..5abc2e212c1daed46d57201d3e419203b094a862 100644
(file)
--- a/
tools/libxl/gentypes.py
+++ b/
tools/libxl/gentypes.py
@@
-101,7
+101,7
@@
def libxl_C_type_destroy(ty, v, indent = " ", parent = None):
elif isinstance(ty, libxltypes.Struct) and (parent is None or ty.destructor_fn is None):
for f in [f for f in ty.fields if not f.const]:
- if f.name is None: # Anony
n
ous struct
+ if f.name is None: # Anony
m
ous struct
s += libxl_C_type_destroy(f.type, deref, "", deref)
else:
s += libxl_C_type_destroy(f.type, deref + f.name, "", deref)